How to Install pyew software package in Ubuntu 14.04 LTS (Trusty Tahr)

How to Install pyew software package in Ubuntu 14.04 LTS (Trusty Tahr)

pyew software package provides Python tool like radare or *iew for malware analysis, you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install pyew 

pyew is installed in your system.

Make ensure the pyew package were installed using the commands given below,

$ sudo dpkg-query -l | grep pyew *

You will get with pyew package name, version, architecture and description in a table

pyew package basic information:

Distro Ubuntu 14 04 lts trusty tahr
Section Python
Package pyew
Version 2.0-3
Description Python tool like radare or *iew for malware analysis
Sub Section Python


See Also, How to uninstall or remove pyew software package from Ubuntu 14.04 LTS (Trusty Tahr)?